'Declaration
<DispIdAttribute(20)> Function GetParagraphRight( _ ByVal SegmentationResultID As String, _ ByVal ParagraphIdx As Integer _ ) As Integer
[DispId(20)] int GetParagraphRight( string SegmentationResultID, int ParagraphIdx )
function GetParagraphRight( SegmentationResultID: String; ParagraphIdx: Integer ): Integer;
DispIdAttribute(20) function GetParagraphRight( SegmentationResultID : String, ParagraphIdx : int ) : int;
[DispId(20)] int GetParagraphRight( string* SegmentationResultID, int ParagraphIdx )
[DispId(20)] int GetParagraphRight( String^ SegmentationResultID, int ParagraphIdx )
Parameters
- SegmentationResultID
- ParagraphIdx